home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2003 #12 / Amiga Plus CD - 2003 - No. 12.iso / AmigaPlus / Tools / Virus / xvs / xvs.readme
Text File  |  2002-11-11  |  4KB  |  75 lines

  1. Short:    External Virus Scanner Library v33.39
  2. Author:   ghoermann@gmx.de (Georg Hörmann)
  3. Uploader: ghoermann@gmx.de (Georg Hörmann)
  4. Version:  33.39
  5. Type:     util/virus
  6.  
  7. ============================================================================
  8. ==            xvs.library - The eXternal Virus Scanner Library            ==
  9. ============================================================================
  10. ==            Copyright © 1997-1999/2001-2002 by Georg Hörmann            ==
  11. ==                 Copyright © 1999-2001 by Alex van Niel                 ==
  12. ==                  Copyright © 2001 by Jan Erik Olausen                  ==
  13. ============================================================================
  14.  
  15. The xvs.library contains all the virus recognition and removal code that was
  16. formerly included in VirusZ.  This step has been taken for one major reason:
  17. VirusZ,  Virus_Checker,  Virus_Executor and all the other antivirus software
  18. can be updated quickly without releasing the whole packages every time a new
  19. virus appears.
  20.  
  21. So simply install the xvs.library from this archive to your LIBS:  drawer to
  22. get 100% protection against the latest viruses.
  23.  
  24. To be able to check if the library in this archive really came straight from
  25. the  author,  you  can use my public key with the .sig files in the archive.
  26. If  you  are  not sure or do not trust the included key, then you can always
  27. request  an  original  copy straight from me (by email, see below) or get it
  28. from the VHT-Denmark homepage.
  29.  
  30. Currently  I'm  developing  the  xvs.library package alone again, so for bug
  31. reports, comments or new ideas just contact me at the following addresses:
  32.  
  33. Snail-mail: Georg Hörmann
  34.             Martinswinkelstr. 16c
  35.             82467 Garmisch-Partenkirchen
  36.             Germany
  37.  
  38. email:      ghoermann@gmx.de
  39.             ghoermann@epost.de
  40.  
  41. ============================================================================
  42.  
  43.    xvs.library 33.39 (size: 61.196 bytes)
  44.     - Added size check to bootblock virus recognition in xvsCheckFile().
  45.       Any files bigger than 2048 bytes will no longer be tested for
  46.       bootblock viruses to avoid fake recognitions inside disk-images.
  47.     - Finally fixed the last MuForce hit ($c0.w) in xvsSurveyMemory().
  48.       Thanks to Sensei again for the report and Zeeball for further
  49.       suggestions on this topic.
  50.     - Fixed severe bug in 'Illegal Access' recognition code that caused
  51.       crashes on any files with virus-like hunklengths. Thanks to
  52.       Zeeball for the report and the example files.
  53.     - Added 'NoName (196 Bytes)' linkvirus and 'XFD Infiltrator' virus.
  54.       Thanks to Zeeball for sending them.
  55.     - Fixed problems with native MorphOS applications that directly call
  56.       xvs.library functions. Thanks to Harry Sintonen for the report and
  57.       for further help.
  58.     - Implemented custom Disable() function that prevents loss of data
  59.       on the serial port during xvsSurveyMemory() calls. Thanks to
  60.       Christian of CAPS (www.caps-project.org) for the report and the
  61.       excessive beta-testing!
  62.     - xvsSurveyMemory() now closes TCP ports opened by several viruses.
  63.       These currently are: 1666, 2000, 2001, 2227, 2333, 2421, 2551,
  64.       4097 and 9876. Please note that closing an open port doesn't cause
  65.       a virus report, it just happens!
  66.     - Once again improved the internal security stuff for less timing
  67.       problems with sensitive software (serial.device still has trouble
  68.       with 115200 baud on a MC68030, use 8n1.device instead!).
  69.     - Added 'Neurotic Death' viruses (6 versions) to xvsSurveyMemory()
  70.       and the installer files to xvsCheckFile().
  71.     - Added new developer files created by Dirk Stöcker. Thanks a lot
  72.       and sorry that I forgot to add them to the last release.
  73.     - Added installer script written by Dave 'Targhan' Crawford. Thanks
  74.       a lot for this contribution.
  75.